home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / mui37 / mui / docs / changes next >
Text File  |  1997-01-31  |  44KB  |  1,230 lines

  1. ************************************************************************
  2.  
  3.                         MUI - MagicUserInterface
  4.  
  5.                 (c) Copyright 1992-97 by Stefan Stuntz
  6.  
  7.         This file describes all changes since version 1.0 of MUI
  8.  
  9. ************************************************************************
  10.  
  11.  
  12.  
  13. ------------------------------------------------------------------------
  14. Version 3.7tu1 (30-Jan-97)
  15. ------------------------------------------------------------------------
  16.  
  17. ...just a few quick fixes...
  18.  
  19. - Listtree classes could crash under certain circumstances. This bug
  20.   affected MUI's preferences as well as other applications, eg IBrowse.
  21.   They should run well again with this fix.
  22.  
  23. - MUI would sometimes render a listview's contents outside of its box.
  24.  
  25. - PSI understands the new language catalogs.
  26.  
  27. - MUI's about window gives credit to the translators of the current
  28.   locale.
  29.  
  30.  
  31.  
  32. ------------------------------------------------------------------------
  33. Version 3.7 (24-Jan-97)                      (muimaster.library V18.174)
  34. ------------------------------------------------------------------------
  35.  
  36. * MINOR SASG UPDATE *
  37.  
  38.  Still not registered for MUI yet? We set up something special to help
  39.  you support the Amigas future! Take your chance and play the unique
  40.  shareware lottery at http://www.sasg.com/
  41.  Order online and win some nice prices!
  42.  
  43. Changes for users:
  44.  
  45. - Included translations for many different languages. Many thanks to
  46.   the Amiga Translators Organisation and it's members for making this
  47.   possible:
  48.     Swedish      Kristoffer Larsson, Mattias Gustafsson
  49.     Greek        Pantelis Kopelias, Manos Konstantiniadis
  50.     French       Georges Goncalves, Francis Labrie, Jérôme Fleury
  51.     Catalian     Llorenç Grau, Esteve Boix
  52.     Danish       Niels Bache, Bjarke Vangsgaard
  53.     Finnish      Jan Karjalainen, Mika Lundell
  54.     Polish       Konrad Dubiel, Marcin Orlowski
  55.     Czech        Pavel Bures, Radovan Drazny
  56.     Italian      Vincenzo Gervasi, Mario Dell'Oca
  57.     Netherlands  Frank Mosch, Jeroen Steenblik
  58.  
  59. - Fixed a few minor problems with the appearance of help bubbles.
  60.  
  61. - Context menus were inaccessible in windows without other MUI objects.
  62.  
  63. - Window popup menu entries for snapshot/unsnapshot no longer appear on
  64.   windows without this capability.
  65.  
  66. - Increased stack size of mui preferences. The previous versions stack
  67.   was a little too small which sometimes caused MUI to crash.
  68.  
  69. - Recompilation with SAS-C 6.57 fixes potential problems with
  70.   060 processors.
  71.  
  72. - Improved middle mouse button scrolling in virtual groups. Holding shift
  73.   enhances speed by 2, control by 4 and alt by 8.
  74.  
  75. - Fixed enforcer hit in volumelist class.
  76.  
  77. - The MUI window popup menu now works even if there are string gadgets
  78.   below.
  79.  
  80. Changes for programmers:
  81.  
  82. - Using an empty string (not a NULL pointer!) as title for
  83.   a popup menu will result in a titleless popup menu.
  84.  
  85. - Fixed MUIA_Window_AltLeftEdge/TopEdge/Width/Height attributes.
  86.  
  87. - Fixed misbehaviour when input/eventhandlers were added/removed
  88.   from inbetween other input/eventhandlers.
  89.  
  90. - Fixed a problem when input & eventhandlers were modified from within
  91.   other input & eventhandlers.
  92.  
  93. - Improved performance of MUIM_Group_Init/ExitChange in windows with
  94.   many objects.
  95.  
  96. - If you call MUIM_Application_ShowHelp with a NULL filename, MUI will
  97.   use the contents of MUIA_Application_HelpFile instead.
  98.  
  99. - If you call MUIM_Application_ShowHelp with (Object *)0xffffffff as window
  100.   reference object, MUI will use the first open child window of an application
  101.   as reference for a display screen automatically.
  102.  
  103. - Implemented MUIM_Create/DeleteBubble methods (area class) to allow programmer
  104.   controlled bubble appearance. Useful e.g. for indicating error conditions
  105.   on data entry forms.
  106.  
  107.  
  108.  
  109. ------------------------------------------------------------------------
  110. Version 3.6 (20-Aug-96)                       (muimaster.library V17.63)
  111. ------------------------------------------------------------------------
  112.  
  113. * MINOR SASG UPDATE *
  114.  
  115. NOTE: Still not registered yet?
  116.       Go to http://www.sasg.com/ and get your MUI within a few hours!
  117.  
  118. Changes for users:
  119.  
  120. - Fixed another bug with string gadget activation/deactivation which
  121.   might have caused possible crashes of web browsers.
  122.  
  123. - Included a listview that shows versions of MUI custom classes in the
  124.   MUI about window.
  125.  
  126. Changes for programmers:
  127.  
  128. - Replaced the outdated custom class example Userdata.mcc by a more
  129.   uptodate custom class. This one also shows how to handle preferences
  130.   for custom classes.
  131.  
  132. - Fixed a bug that resulted in waiting for wrong signals when an input
  133.   handler with timer was used.
  134.  
  135.  
  136.  
  137. ------------------------------------------------------------------------
  138. Version 3.5 (26-Jul-96)                      (muimaster.library V16.160)
  139. ------------------------------------------------------------------------
  140.  
  141. * MINOR SASG UPDATE *
  142.  
  143. NOTES: More support and information is available from the official
  144.        MUI web site. Please visit us at http://www.sasg.com/
  145.  
  146.        This version was not released to the public, it was only
  147.        distributed with the web browser IBrowse from Omnipresence.
  148.  
  149. Changes for users:
  150.  
  151. - Rewrote installer script. It will correctly update older MUI
  152.   distributions now instead of just renaming away the previous
  153.   directory. This allows additional classes and images to remain
  154.   installed after a MUI update.
  155.  
  156. - Fixed background rendering bug on cybergfx hi/truecolor screens.
  157.  
  158. - Fixed possible crash when disposing active string gadgets.
  159.  
  160. - Fixed positioning of window border scrollers after uniconfiy.
  161.  
  162. - Fixed version numbers of german catalog.
  163.  
  164. - Included builtin menu rendering for popup menus. Popups will
  165.   always appear above the corresponding gadget now instead of
  166.   relying on external patches for correct positioning.
  167.  
  168. - Fixed refresh of gadgets in virtual groups, i.e. browser
  169.   displays.
  170.  
  171. - Fixed rendering problems when TABbing away from a selected gadget.
  172.  
  173. - Controlling radio buttons is possible by clicking on the text
  174.   labels as well as on the actual buttons.
  175.  
  176. - Fixed major bug that lead to confused gadget appearance when changing
  177.   prefs on iconified applications.
  178.  
  179. - Removed a work-around for broken cybergfx picture.datatype. Note that
  180.   you will need at least picture.datatype 43.682 if you intend to
  181.   use background pattern on hi/truecolor cybergfx screens.
  182.  
  183. - Enhanced display speed in virtual groups, MUI based web browsers
  184.   perform better.
  185.  
  186. Changes for programmers:
  187.  
  188. - Implemented new input event handling system for custom classes.
  189.   This new system replaces the old and inflexible calls to
  190.   MUI_Request/RejectIDCMP(). See autodocs of MUIM_Window_AddEventHandler
  191.   for details.
  192.  
  193. - Improved remapping speed of bitmap class for images with more than
  194.   4 planes. However, better use datatypes (V43) to remap big images
  195.   instead of MUIs bitmap class.
  196.  
  197. - MUIM_List_Clear no longer hides a lists title.
  198.  
  199. - Setting MUIA_Draggable and MUIA_xxxWeight for group objects is no
  200.   longer forwarded to children.
  201.  
  202. - Fixed enforcer hit when dragging listview items with custom imagery.
  203.  
  204. - Fixed mungwall hit when string gadget were set to contents bigger
  205.   than their maximum length.
  206.  
  207. - Implemented MUIM_KillNotifyObj. See autodocs for details.
  208.  
  209. - Custom classes are also looked for and found in PRODGIR:mui/ now.
  210.  
  211. - MUI automatically falls back to traditional scrollers when window
  212.   border scrollers were chosen but not available for some reasons,
  213.   e.g. because the proper Window class attributes were not specified
  214.   or the muiwinscroller.class is missing.
  215.  
  216. - Support for NM_COMMANDSTRING menus in MUI_MakeObject(MUIO_MenuItem)
  217.   call. Also implemented MUIA_Menuitem_CommandString attributed for
  218.   Menuitem class. See autodocs for details.
  219.  
  220. - Implemented MUIA_Scrollgroup_HorizBar and MUIA_Scrollgroup_VertBar
  221.   attributes to access the scrollbars of a scrollgroup.
  222.  
  223.  
  224.  
  225. ------------------------------------------------------------------------
  226. Version 3.4 (01-Mar-96)                      (muimaster.library V15.93 )
  227. ------------------------------------------------------------------------
  228.  
  229. * non-published internal release *
  230.  
  231.  
  232.  
  233. ------------------------------------------------------------------------
  234. Version 3.3 (22-Feb-96)                      (muimaster.library V14.106)
  235. ------------------------------------------------------------------------
  236.  
  237. * MINOR SASG UPDATE *
  238.  
  239. Changes for users:
  240.  
  241. - Help bubbles no longer block an application.
  242.  
  243. - Fixed refresh bug of prop gadgets in virtual groups.
  244.  
  245. - Fixed ARexx command INFO SCREEN.
  246.  
  247. - MUI could crash after disposing an application when ARexx was used.
  248.  
  249. - Fixed refresh of color wheels.
  250.  
  251. - Fixed crash when using Coloradjust objects with Kick 2.x.
  252.  
  253. - Fixed double redraw after window resize.
  254.  
  255. Changes for programmers:
  256.  
  257. - Implemented MUIM_Application_AboutMUI,refwindow method to show MUIs
  258.   about window. Please include an "About MUI..." menu item in all your
  259.   programs.
  260.  
  261. - MUIA_String_Contents notification did not work on
  262.   AMIGA-X/C/V etc. string gadget clipboard hotkeys.
  263.  
  264. - Implemented MUIV_Listview_ScrollerPos_None to create listviews
  265.   without am attached scrollbar. You can create a scrollbar object,
  266.   place it anywhere in your window and connect it to the list (not
  267.   listview!) through notification. See autodocs of
  268.   MUIA_Listview_ScrollerPos for details.
  269.  
  270. - Fixed strange menu item return ID reports.
  271.  
  272. - Menuclass would not allow to set MUIA_Menu_Title. Instead, it
  273.   accidently checked for MUIA_Menuitem_Title. Now, it recognizes
  274.   both tags.
  275.  
  276. - Menu objects and Menuitem objects did not correctly update the
  277.   current menustrip when certain attributes (e.g. the title) were
  278.   changed.
  279.  
  280. - Creating Application objects without MUIA_Application_Title/Base/...
  281.   lead to very strange behaviour. Now, the application simply names
  282.   itself "UNNAMED".
  283.  
  284. - MUI_DisposeObject(NULL) would accidently crash the machine although
  285.   being documented as doing nothing.
  286.  
  287.  NOTE: I strongly suggest to subscribe to the MUI mailing list. Only
  288.  here is the place to ask questions and make suggestions. Programming
  289.  serious MUI applications without support on this mailing list is nearly
  290.  impossible!
  291.  
  292.  To subscribe, mail to mui-request@sunsite.informatik.rwth-aachen.de
  293.  with the single word "subscribe" (no quotes!) as subject (SUBJECT, not
  294.  message body!). You might want to send a HELP command to the server as
  295.  well. Thanks for your cooperation.
  296.  
  297.  
  298.  
  299. ------------------------------------------------------------------------
  300. Version 3.2 (31-Jan-96)                      (muimaster.library V13.686)
  301. ------------------------------------------------------------------------
  302.  
  303. * MINOR SASG UPDATE *
  304.  
  305. Changes for users:
  306.  
  307. - Rewrote some small critical parts in Assembler, MUI 3.2 should run
  308.   significantly faster than previous versions.
  309.  
  310. - Enhanced listview scrolling speed.
  311.  
  312. - Created custom root class which uses memory pools to allocate
  313.   objects. Reduces memory fragmentation and speeds up object
  314.   creation about 100%.
  315.  
  316. - Optmizied scrolling in virtual groups.
  317.  
  318. - Numeric buttons didn't draw their disabled state.
  319.  
  320. - Implemented keyboard control for scrollgroups.
  321.  
  322. - Implemented presets for Coloradjust objects. Presets are read
  323.   from mui:Presets/rgb.txt.
  324.  
  325. - Fixed 16 bytes memory leak.
  326.  
  327. - Fixed redrawing of prop gadgets.
  328.  
  329. - Fixed prop gadgets in listviews with lots of entries.
  330.  
  331. - Enhanced positioning of help bubble.
  332.  
  333. - Help bubbles and Drag&Drop messed up the display if CyberGraphX was
  334.   installed and the used screen was an ECS/AGA display mode with
  335.   interleaved bitmaps. Note well: If your bubbles are broken on
  336.   CyberGraphX screenmodes, be sure to use the *latest* version of
  337.   CyberGraphX from aminet.
  338.  
  339. - Rewrote PSI palette handling completely. Should be much easier to
  340.   use now. Included color presets as popup menus on the color page.
  341.  
  342. - Heavily reduced memory usage of string objects, optimized overall
  343.   memory consumption.
  344.  
  345. Changes for programmers:
  346.  
  347. - Implemented MUIA_List_PuddleSize, MUIA_List_ThreshSize and
  348.   MUIA_List_MemPool to control the pool created by a list object.
  349.  
  350. - Implemented scroll gadgets in window borders. See autodocs
  351.   of MUIA_Window_UseLeftBorderScroller, MUIA_Window_UseRightBorderScroller,
  352.   MUIA_Window_UseBottomBorderScroller and
  353.   MUIA_Prop_UseWinBorder, MUIA_Scrollgroup_UseWinBorder
  354.   for details.
  355.  
  356. - Implemented MUIM_Pendisplay_SetXXX methods to adjust defaults
  357.   of a pendisplay object.
  358.  
  359. - Implememted a timer in application class. See TIMER section
  360.   of MUIM_Application_AddInputHandler for details.
  361.  
  362. - Implemented MUIA_Application_WindowList. Getting this attribute
  363.   returns a pointer to a struct List which contains an applications
  364.   child windows. Use intuition.library/NextObject() to parse.
  365.  
  366. - Fixed get() of MUIA_Application_ForceQuit.
  367.  
  368. - Fixed MUIA_Text_HiChar with bold & italic texts.
  369.  
  370. - Fixed \033I[2,rrrrrrrr,gggggggg,bbbbbbbb] display bug which was
  371.   introduced in MUI 3.1.
  372.  
  373. - Reimplemented MUIA_Slider_Quiet.
  374.  
  375. - Implemented ESC P escape sequence to change pen for text strings.
  376.   Usage is like "This is \33P[17]color 17". Be sure to ObtainPen()
  377.   pens used like this.
  378.  
  379. - Fixed bug when bubbles or popup menus were used on windows
  380.   which's root object was not a group class object. Note that since MUI
  381.   plays some special tricks here, it is generally better to have the
  382.   root object of a window be a simple group class anyway. If you dont
  383.   need such a group in your window, use
  384.   MUIA_Window_RootObject, VGroup, Child, MyObj, End
  385.   instead of
  386.   MUIA_Window_RootObject, MyObj
  387.  
  388. - Fixed MUIM_Application_ShowHelp with V39 AmigaGuide library and
  389.   different help files.
  390.  
  391. - Fixed a very bad bug introduced in 3.1 that made applications crash
  392.   when MUIA_ShowMe was used on objects who's parent was the windows
  393.   root object.
  394.  
  395. - When an object is dropped somewhere outside a valid container,
  396.   the application object will receive a MUIM_DragDrop method. This
  397.   allows programs to take actions when MUI objects are e.g.
  398.   dropped on the Workbench.
  399.  
  400. - Fixed coordinate parameters of MUIM_DragDrop.
  401.  
  402. - Fixed OM_GET for MUIA_String_BufferPos and MUIA_String_DispPos.
  403.  
  404. - MUI 3.1 would accidently reopen windows which were closed during
  405.   an applications iconified state.
  406.  
  407. - Improved behaviour of MUIM_Application_Save/Load. You can override
  408.   the new methods MUIM_Export and MUIM_Import to export/import custom
  409.   data from your custom classes.
  410.  
  411. - Implemented MUIA_FillArea to avoid flickering when drawing custom classes.
  412.  
  413.  
  414.  
  415. ------------------------------------------------------------------------
  416. Version 3.1 (21-Nov-95)                      (muimaster.library V12.268)
  417. ------------------------------------------------------------------------
  418.  
  419. * MAJOR SASG UPDATE *
  420.  
  421. This is a major update. Please look at the information texts
  422. in the preferences program for information on how to update your
  423. registration.
  424.  
  425. Note: Almost everything in MUI changed, so this time, the changes
  426. section does not describe everything in detail but is just like a
  427. short overview.
  428.  
  429. Changes for users:
  430.  
  431. - To find a compromise between flexibility and resource usage, MUI 3
  432.   uses a completely new memory management concept. A lot of extra
  433.   features which are not necessarily needed to run applications have
  434.   been moved into external libraries. Most of these libraries are not
  435.   even loaded if MUI runs with its default settings. With this new
  436.   memory management, users have the the ability to control MUIs memory
  437.   usage by using appropriate configurations.
  438.  
  439. - MUI's speed has increased considerably compared with earlier versions.
  440.   This speedup depends on the machine MUI is running on: the slower the
  441.   Amiga, the more noticeable is the speed increase. Especially drawing
  442.   of GUI elements on ECS/AGA machines is a lot faster now due to a new
  443.   way of rendering. Even if a 7 MHz computer still can't be considered as
  444.   an optimum MUI platform, applications should perform a lot better now.
  445.  
  446. - The slow and bulky preferences system was completely rewritten, the
  447.   new way of handling settings is a lot clearer and more straight
  448.   forward. An applications local configuration is no longer adjusted
  449.   from the global preferences editor. Instead, all MUI applications
  450.   offer a way to open their private MUI settings window. This makes MUI
  451.   look more like an integral part of a program. Furthermore, the
  452.   settings windows are better structurized and offer easier access to
  453.   all configuration option.
  454.  
  455. - Public screen handling moved to an external program called "PSI"
  456.   (Public Screen Inspector). PSI fixes all known bugs of MUI 2.x
  457.   screens, is more easy to use and offers a few new features.
  458.   Furthermore, PSI can also be used independantly as screen manager for
  459.   non-MUI programs.
  460.  
  461. - All accompanying MUI programs make extensive use of brandnew MUI 3
  462.   programming features like dynamic object creations, balancing groups,
  463.   popup menus, Drag&Drop or Help bubbles. All those things have been
  464.   available on other operating systems for a long time, its about time
  465.   to get them to the Amiga.
  466.  
  467. Changes for programmers:
  468.  
  469. - Added so called "input handlers" which allow custom classes to
  470.   directly react on signal bits. See MUIM_AddInputHandler for details.
  471.  
  472. - You are encouraged to include a Settings/MUI... menu in your
  473.   application that does nothing but simply send a
  474.   MUIM_Application_OpenConfigWindow to your application object (see
  475.   psi.c).
  476.  
  477. - Implemented context sensitive popup menus. See autodocs of
  478.   MUIA_ContextMenu for details.
  479.  
  480. - Implemented custom layout groups. Positioning of children is
  481.   completely under programmers control. See new demo CustomLayout and
  482.   autodocs of MUIA_Group_LayoutHook for details.
  483.  
  484. - Changed layout behaviour of virtual groups. This should makes them
  485.   much more useful, especially together with the new custom layout
  486.   hooks. Performance was also increased. See autodocs of Virtgroup class
  487.   and Scrollgroup class for details.
  488.  
  489. - Implemented a Poppen class and new muimaster.library functions
  490.   MUI_ObtainPen() and MUI_ReleasePen(). Use this if your application
  491.   needs custom pens. See autodocs and demo Class2.c for details.
  492.  
  493. - Improved notification on MUIA_Window_InputEvent. See autodocs for
  494.   details.
  495.  
  496. - Fixed protection bits in dirlist objects MUIM_Dirlist_GetEntry.
  497.  
  498. - Implemented help bubbles. See MUIA_ShortHelp for details.
  499.  
  500. - Implemented MUIA_Parent attribute to ask an object about its parent
  501.   group.
  502.  
  503. - Included full source code of the new screen manager for educational
  504.   purposes. This little tool shows how to write good MUI programs. It
  505.   demonstrates several kinds of sub classes (windows, groups, lists),
  506.   drag & drop handling, dynamic object creation & linking, multi
  507.   threading, localization, help bubbles and much more. The screen
  508.   manager acts as a kind of standard MUI application, you can find lots
  509.   of important techniques and guidelines of MUI programming here. Forget
  510.   about the other demos, if you want to learn something, take the screen
  511.   manager. I want all of you to have a close look at the source and
  512.   drop your old-fashioned way of "ReturnID"-programming immediately.
  513.   It's time to get real object-oriented NOW! Don't be afraid of sub
  514.   classes, there isn't anything easier to work with.
  515.  
  516. - Implemented "disappearing" objects. Whenever a window is too small,
  517.   these objects are simply left out during layout calculations according
  518.   to their disappear level. This allows creation of complex and nice
  519.   GUIs while still remaining compatible with crappy 640x200 screens. See
  520.   autodocs of MUIA_HorizDisappear and MUIA_VertDisappear for details.
  521.  
  522. - Implemented "balancing" groups. See the Balancing demo and the
  523.   autodocs of the new BalanceClass for details.
  524.  
  525. - Implemented MUIM_Application_CheckRefresh method. You should call it
  526.   e.g. from IntuiMsgHooks of ASL-Requesters to ensure correct refreshing
  527.   of simple refresh type MUI windows. See autodocs and screen manager
  528.   source code for details.
  529.  
  530. - Implemented possibility to add objects to groups dynamically. See
  531.   autodocs of MUIM_Group_InitChange & MUIM_Group_ExitChange and screen
  532.   manager source code for details.
  533.  
  534. - Included simple brush2c program to help creating input for MUI's
  535.   Bitmap class. Source can be found in "MUI/Developer/C/Examples/",
  536.   usage examples are included in the screen manager's source code.
  537.  
  538. - Included classes to display tree structures.
  539.  
  540. - Introduced a new cycle chain system. All you have to do is to set
  541.   MUIA_CycleChain to 1 for every object that you want to have in your
  542.   chain, MUI does the rest automatically. The old
  543.   MUIM_Window_SetCycleChain will continue to work but is considered
  544.   obsolete.
  545.  
  546. - Implemented possibility to have custom builtin images in listviews.
  547.   No more need for external image files and other rubbish in your
  548.   applications. See psi.c ScreenList class and autodocs of
  549.   MUIM_List_CreateImage for details.
  550.  
  551. - Implemented full Drag&Drop facilities for all MUI objects. See
  552.   autodocs of MUIM_Drag#? in area class for details.
  553.  
  554. - Added a few new good-looking classes like level displays and turning
  555.   knobs. See slidorama demo for details.
  556.  
  557. - Rearranged class tree for slider-like classes that adjust numeric
  558.   values. See autodocs of numeric class and its subclasses for details.
  559.  
  560. - Implemented MUIM_Application_NewInput to improve behaviour of input
  561.   loops. MUIM_Application_Input will continue to work but is considered
  562.   obsolete.
  563.  
  564. - Implemented vertical bars in listviews with BAR/S switch for
  565.   MUIA_List_Format. See autodocs for details.
  566.  
  567.  
  568.  
  569. ------------------------------------------------------------------------
  570. Version 3.0 (10-Nov-95)                     (muimaster.library V11.3512)
  571. ------------------------------------------------------------------------
  572.  
  573. This was a special Computer 95 release and is not further documented.
  574.  
  575.  
  576.  
  577. ------------------------------------------------------------------------
  578. Version 2.3  (24-Dec-94)                      (muimaster.library V10.33)
  579. ------------------------------------------------------------------------
  580.  
  581. * MINOR SASG UPDATE *
  582.  
  583. Sorry, this update is a little smaller than usual. The reason is
  584. simple, I was on a long holiday trip during the last months. :-)
  585.  
  586. Changes for users:
  587.  
  588. - Online help works again (but only synchronous) for 2.x systems.
  589.  
  590. - Improved smooth scrolling for listviews with many entries.
  591.  
  592. - Prefs program fits on an NTSC 640x200 screen with topaz/8.
  593.  
  594. - Popup hotkey is filtered in string gadget input.
  595.  
  596. Changes for programmers:
  597.  
  598. - MUIA_String_MaxLen is gettable.
  599.  
  600. - MUIA_ControlChar works for listview class.
  601.  
  602. - Dirlist object returns correct file dates.
  603.  
  604. - MUIA_Dirlist_Directory is get()able.
  605.  
  606. - Implemented MUIA_Window_MouseObject & MUIA_Window_NeedsMouseObject
  607.   attributes for immediate online help. See autodocs & Settings demo
  608.   for details.
  609.  
  610. - Added some support for the GCC compiler (include/inline/muimaster.h).
  611.  
  612. - Implemented MUIA_Listview_ScrollerPos tag to specify the position of
  613.   the scrollbar in a listview.
  614.  
  615. - Fixed some problems with string gadgets and attached lists.
  616.  
  617. - Implemented MUIA_Application_UseRexx/UseCommodities attributes.
  618.   Set to FALSE to disable the builtin ARexx/Commodities handling.
  619.   Don't do this unless you have a very good reason!
  620.  
  621. - Boopsi objects in virtual groups are handled like string gadgets,
  622.   they only appear when they're completely visible.
  623.  
  624. - Implemented MUIV_Notify_Self, MUIV_Notify_Window and
  625.   MUIV_Notify_Application special values to simplify notification
  626.   mechanism. See autodocs of notify class (MUIM_Notify) for details.
  627.  
  628. - Note: If you have questions or suggestions about MUI, please do
  629.   *not* ask me directly. Write to the MUI mailing list instead:
  630.   To subscribe, send mail to listserv@taloa.unice.fr with
  631.   an empty subject and a line containing the magic words
  632.   SUB mui Your Name
  633.  
  634.  
  635.  
  636. ------------------------------------------------------------------------
  637. Version 2.2  (08-Aug-94)                       (muimaster.library V9.80)
  638. ------------------------------------------------------------------------
  639.  
  640. * MINOR SASG UPDATE *
  641.  
  642. Changes for users:
  643.  
  644. - There were some misunderstandings about SASG update rules. Unless
  645.   otherwise stated, all MUI updates are MINOR SASG UPDATES, i.e.
  646.   you are not required to update your keyfile. Major updates (maybe
  647.   one at the end of this year) will be specifically announced and
  648.   the MUI prefs program will tell you about it.
  649.  
  650. - When starting two or more MUI applications at the same time, there
  651.   was a chance that the keyfile was not recognized correctly.
  652.  
  653. - Fixed some installation script problems.
  654.  
  655. - Fixed a possible crash in the registration program.
  656.  
  657. - MUI 2.1 was accidently documented to require OS 2.1, that's of
  658.   course a documentation bug. MUI continues to run with 2.0.
  659.  
  660. - The serial number of a registered user is displayed in the prefs
  661.   programs about window.
  662.  
  663. - Because the MUI 2.1 default settings for HalfShine and HalfShadow
  664.   pen caused some confusion, they are back to standard MagicWB
  665.   rules (color n-4 and n-3) again.
  666.  
  667. - Fixed a bug in coloradjust class which caused wrong public screen
  668.   colors with V37.
  669.  
  670. - AmigaGuide online help works asynchronous for all MUI applications.
  671.  
  672. - Fixed some problems of listviews in virtual groups. Unfortunately,
  673.   some other problems are still there.
  674.  
  675. - Fixed cycle gadget lockup problem.
  676.  
  677. - Made window handling a bit more sensitive, MUI windows will now
  678.   look correctly even with non standard system gadget sizes.
  679.  
  680. - Prefs program terminates when receving a CTRL-C signal.
  681.  
  682. - Popup objects are controllable with a configurable hotkey.
  683.   See MUI-Prefs keyboard adjustment listview.
  684.  
  685. Changes for programmers:
  686.  
  687. - Autodocs for MUI_Redraw() didn't mention the important
  688.   fact that calling DoSuperMethod() is always the first
  689.   step in a custom classes MUIM_Draw method. Otherwise,
  690.   msg->flags is not set properly.
  691.  
  692. - Result of MUI_Redraw() changed from APTR to VOID.
  693.  
  694. - AppIcon notification works again.
  695.  
  696. - Implemented one-dimension virtual groups, useful e.g. for
  697.   button rows. See autodocs of MUIA_Scrollgroup_FreeHoriz and
  698.   MUIA_Scrollgroup_FreeVert for details.
  699.  
  700. - Getting MUIA_Disabled didn't work in previous releases.
  701.  
  702. - MUIA_Slider_Min und MUIA_Slider_Max are settable.
  703.  
  704. - Building subclasses of MUIC_Window is possible.
  705.  
  706. - Notify on MUIA_List_Entries works.
  707.  
  708. - Implemented MUIM_List_Move method to simplify moving entries
  709.   in a list. See autodocs for details.
  710.  
  711. - Implemented MUIA_Boopsi_Smart tag for better handling of "smart"
  712.   Boopsi classes, i.e. the freely distributable "editor.gadget".
  713.  
  714. - Implemented MUIM_NoNotifySet method for better handling of
  715.   bidirectional notifications (i.e. scrollbar - editorgadget).
  716.  
  717. - Implemented MUIA_List_InsertPosition to query position of
  718.   last inserted entry.
  719.  
  720. - Implemented MUIV_List_Remove_Selected for list class remove
  721.   method.
  722.  
  723. - Menuitem objects export & import their CHECKED state with
  724.   MUIM_Application_Save and MUIM_Application_Load.
  725.  
  726. - It's possible to include register groups in cycle chains.
  727.  
  728. - Implemented MUIA_Popobject_WindowHook to allow adjusting
  729.   cycle chains, default objects, etc. for popup objects.
  730.  
  731. - Programmers, please update "MUI.readme" in your distributions!
  732.  
  733.  
  734.  
  735. ------------------------------------------------------------------------
  736. Version 2.1  (03-Jul-94)                      (muimaster.library V8.697)
  737. ------------------------------------------------------------------------
  738.  
  739. * MINOR SASG UPDATE *
  740.  
  741. I planned to have a lot more new things for V2.1. Unfortunately, time
  742. was missing. Next versions of MUI will probably be split into a basic
  743. muimaster.library and a muifancy.library. The fancy library will hold
  744. all the additional features, users with low memory or slow machines may
  745. decide to leave out this stuff. For more infos, see the "Future" file
  746. in the developer archive.
  747.  
  748. Changes for users:
  749.  
  750. - From version 2.1 on, MUI is distributed under the rules of the SASG,
  751.   the Standardized Amiga Shareware Group. See the accompanying program
  752.   "Registration" for details.
  753.  
  754. - Screen preferences were not saved correctly sometimes.
  755.  
  756. - When changing the application with the preferences program,
  757.   MUI offers the possibility to use/save changed settings.
  758.  
  759. - Sliders can be configured to have their info text at the left side.
  760.  
  761. - Listview multiselect mode was sometimes triggered accidently.
  762.  
  763. - Enhanced popup menu configuration possibilities, including
  764.   custom background and frame settings and animated appearance.
  765.  
  766. - Removed the startup and shutdown command config options.
  767.  
  768. Changes for programmers:
  769.  
  770. - Implemented MUIV_NotTriggerValue. See autodocs of MUIM_Notify for
  771.   details.
  772.  
  773. - Fixed some autodoc syntax bugs, added version information for every
  774.   class and attribute.
  775.  
  776. - Implemented MUIA_Application_ForceQuit. See autodocs for details.
  777.  
  778. - Invisible or disabled objects don't trigger MUIA_AppMessage
  779.   notification anymore.
  780.  
  781. - Fixed Dirlist class problems with short directory names.
  782.  
  783. - When MUI fails to open a window, notifications on MUIA_Window_Open
  784.   are not triggered anymore.
  785.  
  786. - Fixed a little memory eating bug.
  787.  
  788. - Added a "often used object" collection to muimaster.library. You
  789.   should use this collection as frequently as possible instead of
  790.   building your own objects or using the supplied macros. See
  791.   autodocs of MUI_MakeObject() for details.
  792.  
  793. - Simplified the creation of labels with underscore. This makes
  794.   localization much easier. See autodocs of MUI_MakeObject()
  795.   for details.
  796.  
  797. - Added object oriented menus. See new demo program and autodocs of
  798.   menustrip, menu and menu item class for details.
  799.  
  800. - Controlling a slider object with keyboard accidently triggered
  801.   notification twice.
  802.  
  803. - Fixed problems when language specific special characters were
  804.   used as shortcut.
  805.  
  806. - Included documentation on how to write external public
  807.   custom classes. See developer docs and new examples in
  808.   "MUI/Developer/C/Examples/Classes" for details.
  809.  
  810. - Fixed a crash when the colorwheel.gadget was not available under V39.
  811.  
  812. - Implemented new builtin classes MUIC_Poplist, MUIC_Bitmap and
  813.   MUIC_Bodychunk. Just a few bytes of code but very useful.
  814.  
  815. - Rewrote some critical parts of MUI in assembler.
  816.  
  817. - Fixed a problem when MUIA_ShowMe was used on groups.
  818.  
  819. - Implemented MUIA_Window_FancyDrawing for highspeed programs.
  820.  
  821. - Fixed some notification bugs for register objects.
  822.  
  823.  
  824.  
  825. ------------------------------------------------------------------------
  826. Version 2.0  (11-Feb-94)                      (muimaster.library V7.973)
  827. ------------------------------------------------------------------------
  828.  
  829. Changes for users:
  830.  
  831. - Rearranged libraries. Classes which are needed by all applications or
  832.   which are very small are integrated in muimaster.library. Fancy and
  833.   rarely used classes come as external files. This speeds up starting
  834.   the first MUI application and simplifies installation procedure for
  835.   commercial applications.
  836.  
  837. - Integration of classes increases performance significantly.
  838.  
  839. - Rearranged the prefs program completely. Major changes include
  840.   "single application" mode, image multiselect, presets and localization.
  841.   I cannot list all the other news here in detail, but together they should
  842.   make adjusting preferences a lot easier.
  843.  
  844. - Included beautiful new 8 color images, patterns and button designs from
  845.   Martin "MagicWB" Huttenloher. Give them a try!
  846.  
  847. - Fixed several screenmode requester bugs.
  848.  
  849. - Fixed problems with crazy going prop gadgets.
  850.  
  851. - Changed "active object" display. No more ugly active background but
  852.   instead a nice extra frame will be displayed.
  853.  
  854. - Getting the name of the used public screen is possible with
  855.   new ARexx command "info screen".
  856.  
  857. - Documented ARexx command error result codes.
  858.  
  859.  
  860. Changes for programmers:
  861.  
  862. - More detailed developer documentation including information about
  863.   writing custom classes and a MUI style guide. Read it!
  864.  
  865. - Included new demos "ClassN" to show how to implement custom
  866.   classes.
  867.  
  868. - Added the ability to specify a listview multiselect type directly.
  869.   See MUIA_Listview_MultiSelect attribute for details.
  870.  
  871. - The MUIA_ShowMe attribute can be used to hide objects. Using this
  872.   attribute is even possible in open windows, hiding object will
  873.   then cause a new layout to take place. When necessary, the parent
  874.   window will be resized automatically. Included new demo program
  875.   "ShowHide".
  876.  
  877. - Implemented popstring, popasl, popobject classes for asynchronous
  878.   popups. popasl class is the recommended way to include file/font/etc.
  879.   requesters. Included new demo program "Popup" to demonstrate the new
  880.   popup classes.
  881.  
  882. - Added a register class. No, this is not for registrating your MUI,
  883.   its used to create flexible titled page groups. See the prefs
  884.   program and the pages demo for details.
  885.  
  886. - Added the ability to specify a listview multiselect type directly.
  887.   See MUIA_Listview_MultiSelect attribute for details.
  888.  
  889. - Implemented MUIM_List_InsertSingle method.
  890.  
  891. - Multiline entries ("foo\nbar") in a cycle gadget were not handled
  892.   correctly.
  893.  
  894. - Implemented MUIA_Rectangle_HBar and MUIA_Rectangle_VBar to create
  895.   nice single border lines.
  896.  
  897. - Implemented MUIM_MultiSet method, MUIA_NoNotify attribute and
  898.   MUIM_KillNotify method for notify class.
  899.  
  900. - Implemented MUIA_Gauge_InfoText attribute.
  901.  
  902. - Implemented MUIA_Listview_ClickColumn, MUIA_Listview_DefClickColumn.
  903.  
  904. - Fixed problem with MUIA_Application_Iconified notification.
  905.  
  906. - Implemented MUIV_List_Select_All for MUIM_List_Select method.
  907.  
  908. - Fixed some problems with sleeping windows and applications.
  909.  
  910. - MUIA_List_First and MUIA_List_Visible are really get()able.
  911.  
  912. - Fixed a problem with keyboard control for MUIA_Slider_Quiet sliders,
  913.   implemented MUIA_Slider_Reverse tag.
  914.  
  915. - Tag value and documentation for MUIA_List_Title attribute was
  916.   missing.
  917.  
  918. - Specifying images with "1:x" never worked, use "6:x" instead.
  919.   See MUIA_Image_Spec for details.
  920.  
  921. - MUI_Request() gadgets may contain '_' characters to indicate keyboard
  922.   shortcuts.
  923.  
  924. - Implemented MUIA_Application_RexxHook.
  925.  
  926. - Implemented MUIA_String_EditHook.
  927.  
  928.  
  929.  
  930. ------------------------------------------------------------------------
  931. Version 1.4  (27-Oct-93)                      (muimaster.library V6.435)
  932. ------------------------------------------------------------------------
  933.  
  934. From V1.4 on, MUI is distributed in two separate archives:
  935.   muiXXusr.lha - libraries, classes, demos, user documentation.
  936.   muiXXdev.lha - programmer interfaces and programmer documentation.
  937.  
  938.  
  939. Changes for users:
  940.  
  941. - Important Note:
  942.   Due to some enhancements in image processing, registered users will
  943.   have to readjust their image settings. Otherwise some images might
  944.   not be visible!
  945.  
  946. - I accept every currency for registration now. Please read the
  947.   registration section of the manual for details.
  948.  
  949. - Rearranged preferences program. Instead of many different windows,
  950.   page groups are used and should make things a lot easier.
  951.  
  952. - Implemented palette gadget for public screens.
  953.  
  954. - Added the possibility to use an RGB color as image (V39 and above).
  955.  
  956. - Implemented background pattern for screens (V39 and above).
  957.  
  958. - Background pictures allocate their colors correctly (V39 and above).
  959.  
  960. - Gauge frame and radio button spacing didn't work.
  961.  
  962. - Reduced flicker when resizing a window with a fancy background.
  963.  
  964. - Added configuration switch for window redraw type. Possible settings
  965.   are fast/ugly and slow/nice. Defaults to fast/ugly, which isn't really
  966.   really ugly but maybe faster.
  967.  
  968. - Added special screen type to address the frontmost public screen.
  969.  
  970. - Speeded up first drawing of a window.
  971.  
  972. - Fixed some simple refresh problems with page groups.
  973.  
  974. - Iconify Gadget wasn't visible on a one plane display.
  975.  
  976. - Improved text rendering speed about 20% (maybe even more if you have
  977.   some data cache).
  978.  
  979. - Made cycle popups blazingly fast and more configurable (frame setting).
  980.  
  981. - One gadget requesters can always be answered with the [Press] key.
  982.  
  983. - Two gadget requesters can always be answered with 'y' for the left
  984.   and 'n' for the right gadget.
  985.  
  986. - Requester buttons sometimes were layouted with no intermediate
  987.   spacing.
  988.  
  989. - Scrolling a partially obscured listview in a simple refresh window
  990.   would create some pixel garbage.
  991.  
  992. - Reasonably speeded up listview drawing, cursor handling and multi
  993.   selecting. Together with keyboard scrolling, display is even faster
  994.   if a listview's height is exactly a multiple of its line height.
  995.  
  996. - Implemented configuration switch for full line listviews. These
  997.   listviews won't show incomplete lines are and are somewhat
  998.   faster. Default are full line listviews.
  999.  
  1000. - Fixed some public screen open and close problems.
  1001.  
  1002. - Tab size in floattext class was handled wrong.
  1003.  
  1004. - Eliminated first and last line flicker when scrolling listviews.
  1005.  
  1006. - Rearranged and rewrote parts of the documentation.
  1007.  
  1008. - Please read the manuals "Discussion" section before reporting
  1009.   any problems!
  1010.  
  1011.  
  1012. Changes for programmers:
  1013.  
  1014. - Attention... very powerful feature... :-)
  1015.   Implemented virtual (scrolling) groups. Included new program
  1016.   "Virtual" for demonstration.
  1017.  
  1018. - New color oriented classes: Colorfield, Coloradjust, Palette.
  1019.  
  1020. - Fixed vertical slider problem.
  1021.  
  1022. - Trying to create an object from a non existing class caused an
  1023.   enforcer hit.
  1024.  
  1025. - Enabling a group containing prop/string gadgets didn't really enable
  1026.   the gadgets.
  1027.  
  1028. - Implemented MUIM_WriteString and MUIM_WriteLong methods for easy
  1029.   structure updating.
  1030.  
  1031. - Implemented MUIA_ControlChar for slider objects.
  1032.  
  1033. - MUIA_Group_ActivePage didn't trigger notification.
  1034.  
  1035. - Fixed some minor text engine bugs.
  1036.  
  1037. - During the execution of a MUIM_CallHook in a notify method,
  1038.   other MUI tasks were locked.
  1039.  
  1040. - Implemented MUIA_Version and MUIA_Revision attributes to allow
  1041.   version checking for applications.
  1042.  
  1043. - The number of the current entry is passed to a list display
  1044.   hook as additional parameter.
  1045.  
  1046. - Setting a boopsi gadgets attributes didn't cause a display update.
  1047.  
  1048. - Setting MUIA_Background wouldn't always update the display.
  1049.  
  1050. - Children of MUIA_Group_SameXXXX groups could accidently be enlarged
  1051.   beyond their maximum size.
  1052.  
  1053. - Implemented MUIA_Application_BrokerPri attribute.
  1054.  
  1055. - Implemented MUIA_Application_BrokerPort attribute. This port can
  1056.   e.g. be used to add additional HotKeys with the HotKey() amiga.lib
  1057.   function.
  1058.  
  1059. - Recognizing a press/release of a prop gadget is possible by
  1060.   listening to the MUIA_Prop_Pressed attribute.
  1061.  
  1062. - Adding and removing members of groups could accidently change
  1063.   the groups orientation.
  1064.  
  1065. - Implemented some new standard images concerning tape deck and network
  1066.   issues.
  1067.  
  1068. - MUIM_Application_Get/SetMenuCheck didn't work.
  1069.  
  1070. - Some Modula and Oberon interface changes.
  1071.  
  1072. - Implemented MUIA_Slider_Quiet tag to hide the number output.
  1073.  
  1074. - Implemented MUIA_Dirlist_MultiSelDirs attribute.
  1075.  
  1076. - Implemented MUIA_Window_PublicScreen tag to force opening windows
  1077.   on certain public screens.
  1078.  
  1079. - Implemented MUIM_List_NextSelected to help stepping through selected
  1080.   entries of a list.
  1081.  
  1082. - Implemented MUIA_List_Title attribute to support titles for
  1083.   (multi columned) lists.
  1084.  
  1085. - MUIA_List_Active wasn't reported during a MUIM_List_Clear.
  1086.  
  1087. - MUIA_List_Active was reported twice during a MUIM_List_Remove.
  1088.  
  1089. - MUIA_Boopsi_Object didn't trigger notification.
  1090.  
  1091. - Implemented default sizes for all classes. New windows will
  1092.   be opened using these default sizes instead of
  1093.   MUIV_Window_Width/Height_MinMax(10).
  1094.  
  1095. - Menu multi select didn't work.
  1096.  
  1097. - Autodocs are alphabetically sorted now.
  1098.  
  1099.  
  1100.  
  1101. ------------------------------------------------------------------------
  1102. Version 1.3  (29-Aug-93)                      (muimaster.library V5.141)
  1103. ------------------------------------------------------------------------
  1104.  
  1105. - MUIA_String_Secret string gadgets crashed on an 68000.
  1106.  
  1107. - Corrected assembler includes.
  1108.  
  1109. - Fixed bug with MUIA_Window_ActiveObject.
  1110.  
  1111.  
  1112.  
  1113. ------------------------------------------------------------------------
  1114. Version 1.2  (28-Aug-93)                      (muimaster.library V5.140)
  1115. ------------------------------------------------------------------------
  1116.  
  1117. - Fixed enforcer hits in ARexx HELP command.
  1118.  
  1119. - Setting MUIA_Background did not refresh the display.
  1120.  
  1121. - Added validity check on key description strings in prefs program.
  1122.  
  1123. - Initializing string or prop gadgets with MUIA_Disabled didn't really
  1124.   disable the gadget.
  1125.  
  1126. - Fixed some sync problems with MUIA_String_Integer.
  1127.  
  1128. - Menu checkmarks would disappear when a window was closed and reopened.
  1129.  
  1130. - Specifying a non existing font caused windows to disappear.
  1131.  
  1132. - Included Manx, Assembler, Modula, Oberon and Amiga-E interfaces.
  1133.  
  1134. - Implemented MUIA_Window_Screen attribute. This allows opening a
  1135.   MUI window on an explicitly defined intuition screen.
  1136.  
  1137. - Rewrote the image caching mechanism. This should fix some bugs
  1138.   and system crashes with non existing external image files.
  1139.  
  1140. - Fixed a bad bug that could trash the stack under certain
  1141.   circumstances.
  1142.  
  1143. - MUIA_Selected didn't work at object creation time.
  1144.  
  1145. - Better MOUSEMOVE and INTUITICKS handling to improve performance.
  1146.  
  1147. - Using simple refresh windows would sometimes freeze the system.
  1148.  
  1149. - Attention... very powerful feature... :-)
  1150.   Implemented two new attributes for group class:
  1151.   MUIA_Group_PageMode   (TRUE/FALSE)      this group is a page group.
  1152.   MUIA_Group_ActivePage (0...numchilds-1) this child shall be displayed.
  1153.   Page groups always show exactly one of their childs. The number of
  1154.   this child can be changed dynamically, even in an open window.
  1155.   New demo "Pages" demonstrates the new page groups.
  1156.  
  1157. - Included AppWindow support. See MUIA_Window_AppWindow,
  1158.   MUIA_Application_DropObject and MUIA_AppMessage for details.
  1159.   New demo "AppWindow" for demonstration.
  1160.  
  1161. - Bumped version number of all libs to 5. You must not mix MUI
  1162.   classes and libraries with different version numbers, this
  1163.   will lead into problems. Revision numbers are uncritical.
  1164.   Note: This does not affect applications. They will of course
  1165.   work with all MUI releases, as long as all version numbers
  1166.   are identical.
  1167.  
  1168. - Included version number checking. MUI will refuse to open
  1169.   classes when the class version doesn't match the master
  1170.   library. Note: when I'm sure about internal class communication
  1171.   (maybe in a few months...), this check will become obsolete.
  1172.  
  1173.  
  1174.  
  1175. ------------------------------------------------------------------------
  1176. Version 1.1  (15-Aug-93)                       (muimaster.library V4.58)
  1177. ------------------------------------------------------------------------
  1178.  
  1179. - Removed a remaining serial debug output.
  1180.  
  1181. - Corrected installation script for 2.x systems.
  1182.  
  1183. - Corrected HELP: assign of "StartMeFirst" script.
  1184.  
  1185. - Corrected some autodocs and header file bugs.
  1186.  
  1187. - Added system configuration switch to adjust window refresh
  1188.   type, possibilities are simple refresh and smart refresh.
  1189.  
  1190. - Made some changes to the Oberon interface.
  1191.  
  1192. - String gadgets with an invisible font ate some bytes of memory.
  1193.  
  1194. - Fixed some bugs with failing boopsi images.
  1195.  
  1196. - Some minor changes to some of the demo programs.
  1197.  
  1198. - Speeded object creation about 10%.
  1199.  
  1200. - For boopsi image implementors: boopsi images now have the ability
  1201.   to specify a desired minimum and maximum size. See "mui.h"
  1202.   for details.
  1203.  
  1204. - Implemented MUIA_Window_DefaultObject attribute. See autodocs
  1205.   for details.
  1206.  
  1207. - Added some new boopsi images.
  1208.  
  1209. - Implemented MUIA_ControlChar for radio buttons. Pressing
  1210.   the control char will activate the next (shift -> previous)
  1211.   radio button element.
  1212.  
  1213. - Implemented MUIA_ControlChar for string gadgets. Pressing
  1214.   the control char will activate the gadget.
  1215.  
  1216. - Added some more keyboard shortcuts to the prefs program.
  1217.  
  1218. - Minimum width for MUIA_Window_SizeRight windows was calculated wrong.
  1219.  
  1220. - Last characters of some text fields were not displayed with
  1221.   certain fonts.
  1222.  
  1223.  
  1224.  
  1225. ------------------------------------------------------------------------
  1226. Version 1.0  (08-Aug-93)                        (muimaster.library V4.4)
  1227. ------------------------------------------------------------------------
  1228.  
  1229. - Initial Release.
  1230.